home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global QuestionNum, Order, NumberOfQuestions
- set QuestionNum to QuestionNum + 1
- if QuestionNum > NumberOfQuestions then
- Guess1Setup()
- else
- put line the value of line QuestionNum of Order of the text of cast "Words" into field "Question"
- startTimer()
- end if
- end
-